Oops, cut&paste error.
authorTor Lillqvist <tml@src.gnome.org>
Thu, 7 Sep 2000 19:55:36 +0000 (19:55 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 7 Sep 2000 19:55:36 +0000 (19:55 +0000)
gdk/win32/gdkevents-win32.c

index a847c6a63fd1a20223aaad85d5285ea2d427b701..c211463b0491d296dc8241d7b029044528813552 100644 (file)
@@ -1761,7 +1761,7 @@ gdk_event_translate (GdkEvent *event,
            /* All these VK_OEM keycodes happen to be the corresponding ASCII
             * char + 0x90
             */
-           event->key.keyval = '+' - 0x90;
+           event->key.keyval = msg->wParam - 0x90;
          else
            ignore_wm_char = FALSE;
          break;